Default widgets topic
Default widgets
Widgets you can use if you only want to override few params but don't want to rewrite the entire widget
Classes
Properties
-
defaultPersePatterns
↔ List<
MatchText> -
{@category Default widgets}
getter/setter pair
Functions
-
defaultInputDecoration(
{String hintText = 'Write a message...', TextStyle hintStyle = const TextStyle(color: Colors.grey), Color? fillColor}) → InputDecoration -
defaultMessageDecoration(
{required Color color, required double borderTopLeft, required double borderTopRight, required double borderBottomLeft, required double borderBottomRight}) → BoxDecoration -
defaultSendButton(
{required Color color, IconData icon = Icons.send, EdgeInsets? padding}) → Widget Function(Function send)